home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / CHIPCD_2_2000.iso / software / drivery / Elsa ERAZOR / EZ3_OGLB.EXE / elsavpx.cab / elsavpx.inf < prev    next >
Windows Setup INFormation  |  1999-09-02  |  3KB  |  135 lines

  1. ; ELSAVPX.INF  -- This file installs ELSAVPX.SYS
  2. ;
  3. ;*** Created 03/26/97  (Creation Date)
  4. ;
  5.  
  6. [Version]
  7. signature="$CHICAGO$"
  8. Class=MEDIA
  9. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  10. Provider=%ELSA%
  11. LayoutFile=LAYOUT.INF, layout1.inf, layout2.inf
  12.  
  13. [DestinationDirs]
  14. EVP.CopyDrivers=10,system32\drivers  ; eg.  \windows\system32\drivers
  15. EVP.CopyCodec=11
  16. EVP.DelSource=30,TEMP
  17.  
  18. [SourceDisksNames]
  19. 1=%Display.DiskID%,ELSAVPX.CAB,,C:\TEMP
  20.  
  21. [SourceDisksFiles]
  22. elsavpx.sys  = 1
  23. elsaeqcx.DLL = 1
  24.  
  25. [Manufacturer]
  26. %ELSA%=ELSA
  27.  
  28. ;---------------------------------------------------------------
  29. ; E L S A
  30. ;
  31. ; VICTORY ERAZOR WDM (VideoPort) Video Capture
  32. ;
  33. ;---------------------------------------------------------------
  34. [ELSA]
  35. %EVP.DeviceDesc%=EVP.Device,DISPLAY\ELSAWVPX
  36.  
  37. [EVP.Device]
  38. Include  =  ks.inf, kscaptur.inf, ksfilter.inf
  39. Needs=      KS.Registration, KSCAPTUR.Registration,MSPCLOCK.Installation
  40. AddReg   =  EVP.AddReg
  41. UpdateInis= EVP.UpdateIni
  42. CopyFiles=  EVP.CopyDrivers, EVP.CopyCodec
  43. DelFiles =  EVP.DelDrivers, EVP.DelSource
  44. KnownFiles= EVP.KnownFiles
  45.  
  46. [EVP.Device.NT]
  47. Include  =  ks.inf, kscaptur.inf, ksfilter.inf
  48. Needs=      KS.Registration,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
  49. AddReg   =  EVP.AddReg
  50. UpdateInis= EVP.UpdateIni
  51. CopyFiles=  EVP.CopyDrivers, EVP.CopyCodec
  52. DelFiles =  EVP.DelDrivers
  53.  
  54. [EVP.CopyDrivers]
  55. elsavpx.sys
  56. stream.sys
  57.  
  58. [EVP.CopyCodec]
  59. elsaeqcx.dll
  60.  
  61. [EVP.UpdateIni]
  62. system.ini, drivers32,,"VIDC.UYVY=elsaeqcx.dll"
  63. system.ini, drivers32,,"VIDC.YUY2=elsaeqcx.dll",0
  64.  
  65. [EVP.KnownFiles]
  66. elsavpx.sys=safe
  67.  
  68. [EVP.DelDrivers]
  69.  
  70. [EVP.DelSource]
  71. ELSAVPX.CAB
  72.  
  73. [EVP.AddReg]
  74. HKR,,DevLoader,,*ntkern
  75. HKR,,NTMPDriver,,elsavpx.sys
  76.  
  77. [EVP.Device.Interfaces]
  78. AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
  79. AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoCrossbar,
  80.  
  81. [EVP.Device.NT.Interfaces]
  82. AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
  83. AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoCrossbar,
  84.  
  85. [VideoCapture]
  86. AddReg=VideoCapture.AddReg
  87.  
  88. [VideoCrossbar]
  89. AddReg=VideoXBar.AddReg
  90.  
  91. [VideoCapture.AddReg]
  92. HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
  93. HKR,,FriendlyName,,%EVP.Capture%
  94. HKR,,PageOutWhenUnopened,3,01
  95. HKR,,DontSuspendIfStreamsAreRunning,3,01
  96.  
  97. [VideoXBar.AddReg]
  98. HKR,,CLSID,,{71F96460-78F3-11d0-A18C-00A0C9118956}
  99. HKR,,FriendlyName,,%EVP.Crossbar%
  100.  
  101. [EVP.Device.NT.Services]
  102. AddService = EVP,0x00000002,EVP.ServiceInstall
  103.  
  104. [EVP.ServiceInstall]
  105. DisplayName   = %EVP.DeviceDesc%
  106. ServiceType   = %SERVICE_KERNEL_DRIVER%
  107. StartType     = %SERVICE_AUTO_START%
  108. ErrorControl  = %SERVICE_ERROR_NORMAL%
  109. ServiceBinary = %12%\elsavpx.sys
  110.  
  111. ;---------------------------------------------------------------
  112. ;                S t r i n g s
  113. ;---------------------------------------------------------------
  114.  
  115. [Strings]
  116. ;----------------
  117. ; Non-Localizable
  118. ;----------------
  119.  
  120. SERVICE_KERNEL_DRIVER=1
  121. SERVICE_AUTO_START=2
  122. SERVICE_ERROR_NORMAL=1
  123. ELSA="ELSA"
  124.  
  125. ;----------------
  126. ; Localizable
  127. ;----------------
  128.  
  129. captureClassName="Sound, video and game controllers"
  130. EVP.DeviceDesc="ELSA ERAZOR III - WDM Video Capture Driver"
  131. EVP.Capture="ELSA ERAZOR III - WDM Video Capture"
  132. EVP.Crossbar="ELSA ERAZOR III - WDM Video Crossbar"
  133. Display.DiskID  = "ELSA Driver Disk (ERAZOR III)"
  134.  
  135.